home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / fragrouter / Libnet-0.99b / test / IP / Makefile.in < prev   
Encoding:
Makefile  |  1999-07-26  |  441 b   |  27 lines

  1. #
  2. #   $Id: Makefile.in,v 1.1.1.1 1999/05/18 15:33:42 dugsong Exp $
  3. #
  4. #   Libnet IP testcode makefile
  5. #   (c) 1998, 1999 route|daemon9 <route@infonexus.com>
  6. #   @configure_input@
  7.  
  8. CC          =   @CC@
  9. CFLAGS      =   @CFLAGS@
  10. OBJECTS     =   
  11.  
  12. DEFINES     +=  @DEFS@
  13. LIBS        =   -L../../lib/ -lnet @ADDITIONAL_LIBS@
  14.  
  15. .c.o:
  16.     $(CC) $(CFLAGS) $(DEFINES) -c $< -o $@
  17.  
  18. all:     
  19.  
  20. clean:
  21.     rm -f *.core *.o
  22.  
  23. distclean: clean
  24.     rm -f Makefile
  25.  
  26. # EOF
  27.